HistoryReadResp Object

The HistoryReadResp object is used in:

Properties

Property SubType Read Only Description Variant

Count

Integer

Yes

Returns the number of values in the array.

 

Entry

Variant

Yes

Returns the entry in the response. Entries are stored in an indexed array as HistoryEntry objects.

Example

Get the fifth entry: myHistEntry = myResp.Entry(5)

HistoryEntry

Error

Integer

Yes

Returns the error message generated by the VHS. A value of zero indicates success. See CxVhs Error Codes.

 

Restart

Variant

Yes

Indicates to the next ContinueHistoryReadReq where to start reading from.

ContinueHistoryReadReq

Version

Integer

Yes

Returns the message version. This property ensures compatibility with software release versions of the VHS.